home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5558 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: news.onramp.net!usenet
  2. From: nezsez@onramp.net
  3. Newsgroups: alt.winsock.trumpet,alt.winsock,comp.dcom.modems
  4. Subject: Re: My ISP's winsock settings?
  5. Date: Mon, 19 Feb 1996 14:56:31 GMT
  6. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  7. Message-ID: <4ga313$1br@news.onramp.net>
  8. References: <4g38o9$mk5@zoom2.telepath.com>
  9. NNTP-Posting-Host: lub04.onramp.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Yes those settings are strange, even for an ethernet connection those
  13. settings will result in less than optimal results.  If your on a
  14. dialup account, using a modem, then you should try MTU =576 and thus
  15. MSS=536 (40bytes less than the total packet size of 1500 to compensate
  16. for the ppp header)  Rwin should be set to 4096 if your transferring
  17. big files, but this will *appear* to be slower at your end cause it
  18. allocates more resources for the transfers etc.  I prefer 2048 which
  19. allows me to cancel quicker because it checks for event updates
  20. quicker ( mouse clicks, keypresses etc etc).
  21. I work for two ISP's, and have played with these settings on many os's
  22. and machines, including sun servers and other ethernet connections.
  23. Although some of the information in the sources you site are
  24. theoretically true, i've noticed that they don't mention a lot of
  25. significant variables.  1500 works fine for 14.4 and 28.8 on win95 and
  26. Mac 7.5 +, but on one system i use, win 3.1 users will get "Locks"
  27. with that setting....so how the os handles various procedures is
  28. important too.  
  29. The idea here is to use the largest MTU/MRU possible without having to
  30. "fragment" the packets, which slows you down marginally.  You could
  31. also try MTU = 1006 and MSS=966.....some of my customers handle this
  32. fine, but many don't.
  33. If you are sure your provider has enabled default PPP  or Van
  34. Jacobsens' header compression, than you can set the MSS to 3,5, or 8
  35. less than MTU.
  36.  
  37. michael@intellisys.net wrote:
  38.  
  39. >I recently asked my ISP what his winsock settings were so I could try
  40. >to avoid packet fragmentation, maximize file transfers, etc.  They
  41. >E-mailed me the following:
  42. >MTU: 1500
  43. >MSS: 212
  44. >RWIN: 848
  45.  
  46. >From what I've read (on Curt's High Speed Modem FAQ and Al's Winsock
  47. >Tuning FAQ) these settings seem a little odd to me.  I'm no expert by
  48. >any means, but it sure would be nice to hear from someone who is (AL?
  49. >Curt? Anybody?)  My Trumpet version 2.1f settings are:
  50. >MTU: 1500
  51. >MSS: 1460
  52. >RWIN: 8195
  53.  
  54. >Should I leave mine alone or change them to my ISP's settings?
  55. >Thanks.
  56.  
  57. >Michael B. Kintner
  58. >michael@intellisys.net
  59. >This space reserved for an appropriately
  60. >witty, thought provoking, and currently
  61. >undetermined signature file.
  62.  
  63.  
  64.  
  65.